func go/build/constraint.pushNot
7 uses
go/build/constraint (current package)
expr.go#L458: x = pushNot(x, false)
expr.go#L519: func pushNot(x Expr, not bool) Expr {
expr.go#L528: return pushNot(x.X, !not)
expr.go#L535: x1 := pushNot(x.X, not)
expr.go#L536: y1 := pushNot(x.Y, not)
expr.go#L545: x1 := pushNot(x.X, not)
expr.go#L546: y1 := pushNot(x.Y, not)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)